home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / visutils.zip / CCOPY.DOC < prev    next >
Text File  |  1992-01-10  |  4KB  |  96 lines

  1.  *****    *****    *****   *****   **   **    **
  2. **    *  **    *  **   **  **  **  **   **   ****
  3. **       **       **   **  **  **   ** **    ****
  4. **       **       **   **  *****     ***      **
  5. **    *  **    *  **   **  **        ***       
  6.  *****    *****    *****   **        ***      **
  7.  
  8. CCOPY ver 1.0 By Kenneth E. Sandquist Jr.
  9. Vision Software January 07, 1992
  10.  
  11. ------------------------------------------
  12.  
  13.      CCOPY is designed to be used INSTEAD of DOS's COPY command!  CCOPY has 
  14. several advantages over DOS in that it will enable overwrite warnings for 
  15. files that already exist in the target directory.  The program has cleaned-up
  16. the copy process...basically the names don't scroll off the screen.  There is
  17. another nifty feature in CCOPY...the -s command.  This will allow the 
  18. suppression of all screen output (except for overwrite warnings!).  Sure 
  19. beats DOS's:
  20.  
  21. JUNK.FIL
  22.       1 file(s) copied.
  23.  
  24. Neat!
  25.  
  26. Usage: CCOPY [parameter] {d:}Sfilename {d:}Tfilename /V
  27. Where parameter:
  28.                  -o = disable overwrite warnings.
  29.                  -s = suppress screen output (except overwrite warnings).
  30.  
  31.                  d: = drive specifier. 
  32.           Sfilename = source filename (can include wildcards and path).
  33.           Tfilename = target filename (can include path).
  34.                  /V = turn verify on.
  35.  
  36. EXAMPLE:
  37.  
  38.      Let's say we have a directory called C:\TEMP in which there are files
  39. with the .EXE extension.  If we wanted to copy all files with the .EXE 
  40. extension to a directory called D:\OLDTEMP then we do the following:
  41.  
  42.                     CCOPY C:\TEMP\*.EXE D:\OLDTEMP
  43.  
  44. That's it!
  45. Likewise, we can do it another way...we can change to the D:\OLDTEMP 
  46. directory and type:
  47.  
  48.                          CCOPY C:\TEMP\*.EXE
  49.  
  50.                                   or
  51.  
  52. Change to the C:\TEMP directory and type:
  53.  
  54.                         CCOPY *.EXE D:\OLDTEMP      
  55.  
  56. Well...you get the picture!
  57. All the examples do the exact same thing - copy files from one directory to 
  58. another!
  59.  
  60. Very handy!
  61.  
  62.      To interrupt a copy function, just hit <CTRL>-C.
  63.  
  64.  
  65.  
  66.  
  67. -----------------------------------------------------------------------------
  68.                            VERSION INFORMATION
  69.  
  70. New with version 1.0! It was released!
  71.  
  72. ----------------------------------------------------------------------------
  73.                             DISCLAIMER STUFF
  74.  
  75.      The author of this program has taken every care so that CCOPY will run on
  76. every computer...However...Due to the vast number of computer manufacturers
  77. no warranty, implied or otherwise, shall be in effect.
  78. -----------------------------------------------------------------------------
  79.                               REGISTER ???
  80.  
  81.      Although any contribution would be appreciated (hint! hint!), If you
  82. find this program of some use, pass it along to a friend...Right now I'm
  83. looking for recognition not, so much, money.  HOWEVER...don't be shy with the
  84. ol' checkbook !!!  If you do make a contribution, you will be given the next
  85. release along with any other utilities I come up with between now and then!
  86. -----------------------------------------------------------------------------
  87.                          WHO IS VISION SOFTWARE?
  88.  
  89.                   Vision Software was founded by the author:
  90.  
  91.                           Kenneth E. Sandquist Jr.
  92.                           3187A Aqueduct Dr.
  93.                           Lexington, Ky.   40517
  94. -----------------------------------------------------------------------------
  95.  
  96.